MakeSnapshotResponse

data class MakeSnapshotResponse(snapshotId: SnapshotId)

Represents response frame that is returned from LayerTree#makeSnapshot operation call. Returns the layer snapshot identifier.

See also

Constructors

MakeSnapshotResponse
Link copied to clipboard
fun MakeSnapshotResponse(snapshotId: SnapshotId)

Properties

snapshotId
Link copied to clipboard
val snapshotId: SnapshotId
The id of the layer snapshot.

Sources

jvm source
Link copied to clipboard